home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IQcursor
- clearCursors()
- set the cursor of sprite 4 to IQcursor
- set the cursor of sprite 5 to IQcursor
- set the cursor of sprite 7 to IQcursor
- set the cursor of sprite 9 to IQcursor
- set the cursor of sprite 12 to IQcursor
- repeat with i = 30 to 38
- set the cursor of sprite i to IQcursor
- end repeat
- end
-